DatabaseMetaData
AttributeNoNulls
AttributeNullable
AttributeNullableUnknown
BestRowNotPseudo
BestRowPseudo
BestRowSession
BestRowTemporary
BestRowTransaction
BestRowUnknown
ColumnNoNulls
ColumnNullable
ColumnNullableUnknown
FunctionColumnIn
FunctionColumnInOut
FunctionColumnOut
FunctionColumnResult
FunctionColumnUnknown
FunctionNoNulls
FunctionNoTable
FunctionNullable
FunctionNullableUnknown
FunctionResultUnknown
FunctionReturn
FunctionReturnsTable
ImportedKeyCascade
ImportedKeyInitiallyDeferred
ImportedKeyInitiallyImmediate
ImportedKeyNoAction
ImportedKeyNotDeferrable
ImportedKeyRestrict
ImportedKeySetDefault
ImportedKeySetNull
ProcedureColumnIn
ProcedureColumnInOut
ProcedureColumnOut
ProcedureColumnResult
ProcedureColumnReturn
ProcedureColumnUnknown
ProcedureNoNulls
ProcedureNoResult
ProcedureNullable
ProcedureNullableUnknown
ProcedureResultUnknown
ProcedureReturnsResult
SqlStateSQL
SqlStateSQL99
SqlStateXOpen
TableIndexClustered
TableIndexHashed
TableIndexOther
TableIndexStatistic
TypeNoNulls
TypeNullable
TypeNullableUnknown
TypePredBasic
TypePredChar
TypePredNone
TypeSearchable
VersionColumnNotPseudo
VersionColumnPseudo
VersionColumnUnknown
monoandroid
namespace Java.Sql
{
[Obsolete("Use the 'Java.Sql.IDatabaseMetaData' type. This class will be removed in a future release.")]
[Register("java/sql/DatabaseMetaData", DoNotGenerateAcw = true)]
public abstract class DatabaseMetaData : Object
{
[Obsolete("Use 'Java.Sql.IDatabaseMetaData.ProcedureNoResult'. This class will be removed in a future release.")]
[Register("procedureNoResult")]
public const int ProcedureNoResult = 1;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'Java.Sql.IDatabaseMetaData.ProcedureNoResult'. This class will be removed in a future release. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API