Difference between revisions of "Research Notes 1/25/2011"

From CDOT Wiki
Jump to: navigation, search
(Table 4)
(Table 2)
 
Line 101: Line 101:
 
|
 
|
 
| Query
 
| Query
| Operator
 
 
| FunctionOperator
 
| FunctionOperator
 
| SQLJoin
 
| SQLJoin
Line 111: Line 110:
 
|<code>appendPrefixHint</code>
 
|<code>appendPrefixHint</code>
 
|x
 
|x
|
 
 
|
 
|
 
|
 
|
Line 120: Line 118:
 
|-
 
|-
 
|<code>appendStringLengthPrefix</code>
 
|<code>appendStringLengthPrefix</code>
|
 
 
|
 
|
 
|x
 
|x
Line 130: Line 127:
 
|-
 
|-
 
|<code>appendSubstringPrefix</code>
 
|<code>appendSubstringPrefix</code>
|
 
 
|
 
|
 
|x
 
|x
Line 141: Line 137:
 
|<code>appendSuffixHint</code>
 
|<code>appendSuffixHint</code>
 
|x
 
|x
|
 
 
|
 
|
 
|
 
|
Line 151: Line 146:
 
|<code>appendTableHint</code>
 
|<code>appendTableHint</code>
 
|x
 
|x
|
 
 
|
 
|
 
|x
 
|x
Line 160: Line 154:
 
|-
 
|-
 
|<code>appendTypeConversion</code>
 
|<code>appendTypeConversion</code>
|
 
 
|
 
|
 
|
 
|
Line 170: Line 163:
 
|-
 
|-
 
|<code>bindIdentity</code>
 
|<code>bindIdentity</code>
|
 
 
|
 
|
 
|
 
|
Line 180: Line 172:
 
|-
 
|-
 
|<code>createSchemaManager</code>
 
|<code>createSchemaManager</code>
|
 
 
|
 
|
 
|
 
|

Latest revision as of 10:47, 26 January 2011

Table 1

method parameter types
SQLInsert Query Primitive Column SQLJoin Pair
appendIdentityColumn x
appendIdentityPrefix x
appendIdentitySuffix x
appendIdentityValue x
appendInfixHint x
appendLiteral x
aappendMatchStatement x x x
appendNoRowsBlock
appendNoRowsEnd
appendNoRowsStart

Table 2

method parameter types
Query FunctionOperator SQLJoin Primitive SQLInsert SQLGenerator PreparedStatement
appendPrefixHint x
appendStringLengthPrefix x
appendSubstringPrefix x
appendSuffixHint x
appendTableHint x x
appendTypeConversion x x
bindIdentity x x
createSchemaManager

Table 3

method parameter types
SQLException PreparedStatement Primitive Column SQLInsert SQLWork Index
getDuplicateKeyName x
getIdentityValue x x x
getMaxTime
getMinTime
getTestSQL
indexNameMatches x
isBatchSupported
isBatchUpdateCountSupported
isBatchable x
isDateRangeException x
isDeadlockException x
isDuplicateKeyException x
isLiteral x
isLockTimeoutException x
isQueryTimeoutException x

Table 4

method parameter types
RelationalSchema ResultSet Column
isUnicode x x x

Javadoc Documentation [1]