public abstract class MaximoDatabaseInfo
extends java.lang.Object
Constructor and Description |
---|
MaximoDatabaseInfo() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getMaxVarCharLength()
Returns the maximum length of a string column, in characters.
|
abstract ServerType |
getServerType()
Returns the type of server
|
abstract int |
getVarCharMultiple()
Returns the value of the VARCHARMULTIPLE MaxVar, or 1 if the MaxVar isn't found.
|
boolean |
isDB2()
Is this database DB2?
|
boolean |
isOracle()
Is this database Oracle?
|
boolean |
isSQLServer()
Is this database SQLServer?
|
abstract boolean |
isUsingVarGraphic()
Are VarGraphic in use?
|
abstract boolean |
isV510()
Is this database a release V510 prior or earlier?
|
public abstract ServerType getServerType()
public abstract boolean isV510()
public abstract boolean isUsingVarGraphic() throws java.sql.SQLException
MXException
java.lang.Exception
java.sql.SQLException
public boolean isSQLServer()
public boolean isDB2()
public boolean isOracle()
public abstract int getMaxVarCharLength()
public abstract int getVarCharMultiple() throws java.sql.SQLException
java.sql.SQLException