Package | Description |
---|---|
org.restsql.core.impl |
Contains core framework implementation.
|
org.restsql.core.impl.mysql | |
org.restsql.core.impl.postgresql |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractSqlResourceMetaData.setSequenceMetaData(ColumnMetaDataImpl column,
ResultSet resultSet)
Sets sequence metadata for a column with the columns query result set.
|
Modifier and Type | Class and Description |
---|---|
class |
MySqlColumnMetaData
MySQL specific implementation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MySqlSqlResourceMetaData.setSequenceMetaData(ColumnMetaDataImpl column,
ResultSet resultSet)
Sets sequence metadata for a column with the columns query result set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PostgreSqlSqlResourceMetaData.setSequenceMetaData(ColumnMetaDataImpl column,
ResultSet resultSet)
Sets sequence metadata for a column with the columns query result set.
|
Copyright © 2011-2018 restSQL Project Contributors