|
||||||||||
| 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.DerbyPlatform
public class DerbyPlatform
| 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 | |
|---|---|
DerbyPlatform()
|
|
| Method Summary | |
|---|---|
protected java.util.Map |
buildFieldTypes()
|
protected java.util.Map |
buildPlatformOperators()
|
boolean |
isClosed(java.sql.Connection connection)
|
boolean |
isDefault()
|
boolean |
isDerby()
|
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 DerbyPlatform()
| Method Detail |
|---|
public boolean isDerby()
isDerby in class JDBCPlatformpublic boolean isDefault()
isDefault in class JDBCPlatformpublic boolean isClosed(java.sql.Connection connection)
isClosed in class JDBCPlatformprotected java.util.Map buildFieldTypes()
buildFieldTypes in class JDBCPlatformprotected java.util.Map buildPlatformOperators()
buildPlatformOperators in class JDBCPlatformpublic java.util.Map maximumNumericValues()
NOTE: BigInteger & BigDecimal maximums are dependent upon their precision & Scale
maximumNumericValues in class JDBCPlatformpublic 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 | |||||||||