AnyLogic
Expand
Font size

@AnyLogicInternalCodegenAPI
public interface DBInfo

Method Summary

Modifier and TypeMethodDescription
DatabaseCustomType[]getCustomTypes()
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. It is public due to technical reasons.

Method Details

getCustomTypes

@AnyLogicInternalCodegenAPI
DatabaseCustomType[] getCustomTypes()
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. It is public due to technical reasons.
Parameters:
customTypes - Array of types. Each type is String[3] = {tableName, columnName, enumTypeName}