Uses of Class
com.iizix.db.prop.DatabaseProps
Packages that use DatabaseProps Package Description com.iizigo.db.prop com.iizix.db.actionactor com.iizix.db.prop com.iizix.db.server Uses of DatabaseProps in com.iizigo.db.prop
Subclasses of DatabaseProps in com.iizigo.db.prop Modifier and Type Class Description class
EditorDatabaseProps
The Editor database properties.Uses of DatabaseProps in com.iizix.db.actionactor
Methods in com.iizix.db.actionactor that return DatabaseProps Modifier and Type Method Description DatabaseProps
DatabaseActionActor.Settings. getDatabaseProps()
Gets the database properties that will be used to execute the transaction.Uses of DatabaseProps in com.iizix.db.prop
Methods in com.iizix.db.prop that return DatabaseProps Modifier and Type Method Description DatabaseProps
DatabaseProps. clone()
Clones the property.DatabaseProps
InputProps. getDatabaseProps()
Gets the Database Transaction properties.DatabaseProps
ResultProps. getDatabaseProps()
Gets the Database Transaction properties.DatabaseProps
ResultSetProps. getDatabaseProps()
Gets the Database Transaction properties.Methods in com.iizix.db.prop that return types with arguments of type DatabaseProps Modifier and Type Method Description java.lang.Class<DatabaseProps>
DatabaseTransactionReference. getPropertyClass()
Gets the class wanted.Uses of DatabaseProps in com.iizix.db.server
Methods in com.iizix.db.server that return types with arguments of type DatabaseProps Modifier and Type Method Description java.lang.Class<DatabaseProps>
Descriptor. getPropertyClass()
Gets the property class for files.java.lang.Class<DatabaseProps>[]
Descriptor. getPropertyClasses()
Gets the property class for files.