- 既知のサブインタフェースのリスト:
TableMetaData
public interface JdbcTableMetaData
-
メソッドの概要
修飾子とタイプメソッド説明Gets auto generated columns list.booleanboolean
-
メソッドの詳細
-
getAutoGeneratedColumns
Gets auto generated columns list.- 戻り値:
-
getColumns
-
getColumnsForUpdate
-
getColumnsWithMetaData
List<ColumnMetaData> getColumnsWithMetaData() -
getNotAutoGeneratedColumns
-
getNotPrimaryKeys
-
getPrimaryKeys
-
getTableName
String getTableName() -
hasAutoGeneratedColumns
boolean hasAutoGeneratedColumns() -
hasPrimaryKey
boolean hasPrimaryKey()
-