supportsOuterJoins Method (SQLServerDatabaseMetaData)
Retrieves whether this database supports some form of outer join.
public boolean supportsOuterJoins()
Valor devuelto
true if supported. Otherwise, false.
Excepciones
Notas
This supportsOuterJoins method is specified by the supportsOuterJoins method in the java.sql.DatabaseMetaData interface.
Vea también
Referencia
SQLServerDatabaseMetaData Class
Conceptos
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members