Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ArrayComponent - Record Class in org.ethelred.kiwiproc.meta
- ArrayComponent(JDBCType, String) - Constructor for record class org.ethelred.kiwiproc.meta.ArrayComponent
-
Creates an instance of a
ArrayComponentrecord class.
C
- ColumnMetaData - Record Class in org.ethelred.kiwiproc.meta
- ColumnMetaData(int, String, boolean, JDBCType, ArrayComponent) - Constructor for record class org.ethelred.kiwiproc.meta.ColumnMetaData
- ColumnMetaData(int, SqlName, boolean, JDBCType, ArrayComponent) - Constructor for record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Creates an instance of a
ColumnMetaDatarecord class. - componentType() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Returns the value of the
componentTyperecord component.
D
- DatabaseWrapper - Class in org.ethelred.kiwiproc.meta
- DatabaseWrapper(String, DataSourceConfig) - Constructor for class org.ethelred.kiwiproc.meta.DatabaseWrapper
- DatabaseWrapper.DatabaseWrapperException - Exception in org.ethelred.kiwiproc.meta
- DatabaseWrapperException(String) - Constructor for exception org.ethelred.kiwiproc.meta.DatabaseWrapper.DatabaseWrapperException
- DatabaseWrapperException(String, Throwable) - Constructor for exception org.ethelred.kiwiproc.meta.DatabaseWrapper.DatabaseWrapperException
- dbType() - Method in record class org.ethelred.kiwiproc.meta.ArrayComponent
-
Returns the value of the
dbTyperecord component.
E
- equals(Object) - Method in record class org.ethelred.kiwiproc.meta.ArrayComponent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.meta.JavaName
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.meta.QueryMetaData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.meta.SqlName
-
Indicates whether some other object is "equal to" this one.
- equivalent(JavaName) - Method in record class org.ethelred.kiwiproc.meta.SqlName
- equivalent(SqlName) - Method in record class org.ethelred.kiwiproc.meta.JavaName
F
- from(Connection, int, ParameterMetaData) - Static method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
- from(Connection, int, ResultSetMetaData) - Static method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
G
- getError() - Method in class org.ethelred.kiwiproc.meta.DatabaseWrapper
- getQueryMetaData(String) - Method in class org.ethelred.kiwiproc.meta.DatabaseWrapper
H
- hashCode() - Method in record class org.ethelred.kiwiproc.meta.ArrayComponent
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.meta.JavaName
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.meta.QueryMetaData
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.meta.SqlName
-
Returns a hash code value for this object.
I
- index() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Returns the value of the
indexrecord component. - isValid() - Method in class org.ethelred.kiwiproc.meta.DatabaseWrapper
J
- JavaName - Record Class in org.ethelred.kiwiproc.meta
- JavaName(String) - Constructor for record class org.ethelred.kiwiproc.meta.JavaName
-
Creates an instance of a
JavaNamerecord class. - jdbcType() - Method in record class org.ethelred.kiwiproc.meta.ArrayComponent
-
Returns the value of the
jdbcTyperecord component.
N
- name() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Returns the value of the
namerecord component. - name() - Method in record class org.ethelred.kiwiproc.meta.JavaName
-
Returns the value of the
namerecord component. - name() - Method in record class org.ethelred.kiwiproc.meta.SqlName
-
Returns the value of the
namerecord component. - nullable() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Returns the value of the
nullablerecord component.
O
- org.ethelred.kiwiproc.meta - package org.ethelred.kiwiproc.meta
P
- PARAMETER - Static variable in record class org.ethelred.kiwiproc.meta.SqlName
- parameterNames() - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
-
Returns the value of the
parameterNamesrecord component. - parameters() - Method in record class org.ethelred.kiwiproc.meta.QueryMetaData
-
Returns the value of the
parametersrecord component. - parse(String) - Static method in record class org.ethelred.kiwiproc.meta.ParsedQuery
- ParsedQuery - Record Class in org.ethelred.kiwiproc.meta
- ParsedQuery(String, String, List<String>) - Constructor for record class org.ethelred.kiwiproc.meta.ParsedQuery
-
Creates an instance of a
ParsedQueryrecord class. - parsedSql() - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
-
Returns the value of the
parsedSqlrecord component.
Q
- QueryMetaData - Record Class in org.ethelred.kiwiproc.meta
- QueryMetaData(List<ColumnMetaData>, List<ColumnMetaData>) - Constructor for record class org.ethelred.kiwiproc.meta.QueryMetaData
-
Creates an instance of a
QueryMetaDatarecord class.
R
- rawSql() - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
-
Returns the value of the
rawSqlrecord component. - resultColumns() - Method in record class org.ethelred.kiwiproc.meta.QueryMetaData
-
Returns the value of the
resultColumnsrecord component.
S
- SqlName - Record Class in org.ethelred.kiwiproc.meta
-
Wrapper to identify that a name is from a SQL column or parameter.
- SqlName(String) - Constructor for record class org.ethelred.kiwiproc.meta.SqlName
-
Creates an instance of a
SqlNamerecord class. - sqlType() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Returns the value of the
sqlTyperecord component.
T
- toString() - Method in record class org.ethelred.kiwiproc.meta.ArrayComponent
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.meta.JavaName
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.meta.QueryMetaData
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.meta.SqlName
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages|Serialized Form