A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getCatalog() — Method in class com.maclema.mysql.Field
Catalog.
getCharacterSet() — Method in class com.maclema.mysql.Field
Character set number
getColumns() — Method in class com.maclema.mysql.ResultSet
Returns an array for Field objects
getConnection() — Method in class com.maclema.mysql.Statement
Returns the Connection that created this statement
getDatabase() — Method in class com.maclema.mysql.Field
Database identifier
getDecimals() — Method in class com.maclema.mysql.Field
The number of positions after the decimal point
getFlags() — Method in class com.maclema.mysql.Field
Possible flag values
getLength() — Method in class com.maclema.mysql.Field
Length of column, according to the definition.
getName() — Method in class com.maclema.mysql.Field
Column identifier after AS clase
getRealName() — Method in class com.maclema.mysql.Field
Original column identifier
getRealTable() — Method in class com.maclema.mysql.Field
Original table identifier
getRows() — Method in class com.maclema.mysql.ResultSet
Returns all rows as a bindable ArrayCollection
getString(column) — Method in class com.maclema.mysql.ResultSet
Returns a String value from the specified column.
getTable() — Method in class com.maclema.mysql.Field
The table identifier after the AS clause
getType() — Method in class com.maclema.mysql.Field
The code for the column's data type
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z