|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.jdbc.JDBCPlatform
com.metamatrix.common.jdbc.db.MSSQLPlatform
public class MSSQLPlatform
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.metamatrix.common.jdbc.JDBCPlatform |
---|
JDBCPlatform.TableTypes |
Field Summary |
---|
Fields inherited from class com.metamatrix.common.jdbc.JDBCPlatform |
---|
AND, classTypes, COMMA, DELETE_FROM, DISTINCT, EQUAL, fieldTypes, FROM, GROUP_BY, IN, INSERT_INTO, INTO, isSecure, LENGTH, maximumValues, minimumValues, ON, ORDER_BY, PARAM, PERIOD, platformOperators, SELECT, SET, SPACE, tableTypes, UPDATE, usesStreamsForBlobBinding, usesStreamsForClobBinding, VALUES, WHERE |
Constructor Summary | |
---|---|
MSSQLPlatform()
|
Method Summary | |
---|---|
protected java.util.Map |
buildFieldTypes()
|
protected java.util.Map |
buildPlatformOperators()
|
int |
getMaxFieldNameSize()
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform. |
boolean |
isClosed(java.sql.Connection connection)
|
boolean |
isDefault()
|
boolean |
isMSSQL()
|
java.util.Map |
maximumNumericValues()
Builds a table of maximum numeric values keyed on java class. |
java.util.Map |
minimumNumericValues()
Builds a table of minimum numeric values keyed on java class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MSSQLPlatform()
Method Detail |
---|
public boolean isMSSQL()
isMSSQL
in class JDBCPlatform
public boolean isDefault()
isDefault
in class JDBCPlatform
public int getMaxFieldNameSize()
getMaxFieldNameSize
in class JDBCPlatform
public boolean isClosed(java.sql.Connection connection)
isClosed
in class JDBCPlatform
protected java.util.Map buildFieldTypes()
buildFieldTypes
in class JDBCPlatform
protected java.util.Map buildPlatformOperators()
buildPlatformOperators
in class JDBCPlatform
public java.util.Map maximumNumericValues()
NOTE: BigInteger & BigDecimal maximums are dependent upon their precision & Scale
maximumNumericValues
in class JDBCPlatform
public java.util.Map minimumNumericValues()
NOTE: BigInteger & BigDecimal minimums are dependent upon their precision & Scale
minimumNumericValues
in class JDBCPlatform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |