Index

A C D E F G H I J N O P Q R S T 
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 ArrayComponent record 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 ColumnMetaData record class.
componentType() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
Returns the value of the componentType record 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 dbType record 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 index record 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 JavaName record class.
jdbcType() - Method in record class org.ethelred.kiwiproc.meta.ArrayComponent
Returns the value of the jdbcType record component.

N

name() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
Returns the value of the name record component.
name() - Method in record class org.ethelred.kiwiproc.meta.JavaName
Returns the value of the name record component.
name() - Method in record class org.ethelred.kiwiproc.meta.SqlName
Returns the value of the name record component.
nullable() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
Returns the value of the nullable record 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 parameterNames record component.
parameters() - Method in record class org.ethelred.kiwiproc.meta.QueryMetaData
Returns the value of the parameters record 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 ParsedQuery record class.
parsedSql() - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
Returns the value of the parsedSql record 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 QueryMetaData record class.

R

rawSql() - Method in record class org.ethelred.kiwiproc.meta.ParsedQuery
Returns the value of the rawSql record component.
resultColumns() - Method in record class org.ethelred.kiwiproc.meta.QueryMetaData
Returns the value of the resultColumns record 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 SqlName record class.
sqlType() - Method in record class org.ethelred.kiwiproc.meta.ColumnMetaData
Returns the value of the sqlType record 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.
A C D E F G H I J N O P Q R S T 
All Classes and Interfaces|All Packages|Serialized Form