AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class DatabaseCustomType
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Constructor Summary

ConstructorDescription
DatabaseCustomType(DatabaseColumnTypeEnum category, String tableName, String columnName, String reference) 

Method Summary

Modifier and TypeMethodDescription
static DatabaseCustomTypecreateCode(String tableName, String columnName) 
static DatabaseCustomTypecreateEnum(String tableName, String columnName, String reference) 
DatabaseColumnTypeEnumgetCategory() 
StringgetColumnName() 
StringgetReference() 
StringgetTableName() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

DatabaseCustomType

public DatabaseCustomType(DatabaseColumnTypeEnum category,
 String tableName,
 String columnName,
 String reference)

Method Details

createEnum

public static DatabaseCustomType createEnum(String tableName,
 String columnName,
 String reference)

createCode

public static DatabaseCustomType createCode(String tableName,
 String columnName)

getCategory

public DatabaseColumnTypeEnum getCategory()

getTableName

public String getTableName()

getColumnName

public String getColumnName()

getReference

public String getReference()